home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Edition Web / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_25172_Import_Export Preferences.txt < prev    next >
Text File  |  1996-09-16  |  5KB  |  52 lines

  1.  
  2. Import/Export Preferences
  3.  
  4. Overview
  5. The Import and Export Conversion preferences only affect documents as they are imported to HTML.edit or exported (saved) from HTML.edit as text/html files. Export preferences generally turn on or off export conversion features.
  6.  
  7. Import Preferences 
  8.  
  9. Convert LF to CR on Import
  10. When checked, converts all instances of linefeed characters (ASCII 10) to return characters (ASCII 13) on imported documents. If the line breaks in your imported document are a return+linefeed combination, leaving this option checked will add an extra return character at the end of each line. See also the Import and Replace commands. Note that UNIX text files use a single linefeed as line delimiter, while DOS uses return+linefeed. Macintosh text files use only a return character. If your source files come from Macintosh, leaving this preference checked will have no affect on imported documents.
  11.  
  12. Convert Tab to "\t" on Import
  13. When checked, converts all instances of tab characters (ASCII 9) to the escaped string "\t" on imported documents. This is used by the Table conversion functions to delimit table cells, or may be manually replaced using the Replace command. See also the Import and Replace commands. Note that tab characters are not "allowed" within HTML documents, that is, they are ignored and not used for spacing or carriage control.
  14.  
  15. Parse HTML on Import
  16. If the imported document contains either a pair of Header tags or a <!--FOOT--> comment tag, you will be asked to move the HTML language tag <HTML> and header contents to the Header area, and everything after the <!--FOOT--> tag to the footer area. If these tags do not exist in the original document, all imported text will be left in the Body.
  17.  
  18. If errors are found, error notices will inform you of any missing elements of a pair, and the process will exit. Note that error checking does not check for multiple occurrences, only the existence of at least one set of HTML tags.  This may cause the parser to misinterpret the code and produce unpredictable results. Redundant structural tags are incorrect HTML syntax and are removed automatically.
  19.  
  20. If the imported document contains a Footer Delimiter (typically the HTML comment ΓÇ£<!--FOOT-->ΓÇ¥, as defined in the Footer Delimiter field under Editor Preferences), the Footer Delimiter and all text following it will be transferred to the Footer area.
  21.  
  22. New Document Break
  23. When checked, will divide the imported file into separate documents, breaking either at a form feed (ASCII 12) or a custom character as specified. 
  24.  
  25. Restore Path from <BASE>
  26. When checked, attempts to resolve the path (ie., location) of the imported document based on the URL of any existing <BASE> element. If the checkbox is unchecked, no <BASE> element exists, the URL is outside the server folder, or the server folder is not defined, then no path is set. (The path is displayed in the lower left corner of the editor window.)
  27.  
  28. Export Preferences
  29.  
  30. File Creator
  31. A popUp menu that sets the application creator for exported files. This is a four character code used by the Macintosh to designate the file's parent application.
  32.  
  33. Server Platform
  34. A popUp menu that selects the intended server platform for exported files. This changes the end-of-line delimiter to that matching the platform:  Macs use a single return, PCs a return+line feed, and UNIX boxes use a single line feed.
  35.  
  36. Translate Date/Time Entities on Export
  37. When checked, automatically translates embedded date and time entity codes into the current date or time as indicated by the code. When unchecked, leaves the untranslated entites in the exported document.
  38.  
  39. See also the Insert Export String command under the Utility menu.
  40.  
  41. Translate Custom Entities on Export
  42. When checked, automatically translates embedded custom entity codes into the contents of the associated Master Header, Master Footer, or document. When unchecked, HTML.edit performs no substitution on export, leaving the embedded entity code untranslated in the exported document.
  43.  
  44. For instructions on creating a custom entity, see Custom Entity Table Instructions. 
  45.  
  46. Use Export Conversion Table
  47. When checked, uses the Export Conversion Table to convert instances of special characters upon exporting. This allows your source text to contain diacritical marks or other special characters (such as ┬⌐, ┬«, umlaut, grave, acute, etc.) to enable easier reading. 
  48.  
  49. For instructions on customizing this list, see Export Conversion Table Instructions. 
  50.  
  51. Back to Preferences, on to Conversion Preferences, or return to HTML.edit Features.
  52.